home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / adult_ed / mstrquiz / mstrquiz.doc < prev    next >
Text File  |  1995-05-02  |  8KB  |  168 lines

  1.  
  2.  
  3.  
  4.                                  MASTER QUIZ
  5.                                 by MICHAEL ALLEN
  6.                              (c)1990 Kassel Software
  7.         
  8.         
  9.              Welcome to Master Quiz, an exciting new program for the 
  10.         Atari ST that allows you to take control of testing.  The program 
  11.         comes in this shareware version for evaluation purposes, pass it 
  12.         along to your friends and other BBSs.  The registered version can 
  13.         be obtained by sending $15.00 to: Michael Allen
  14.                                           1113 Colt Circle
  15.                                           Papillion, NE 68046
  16.         
  17.         I will in turn send you a printed manual, the regular version of 
  18.         the program, and one free update by October.  I currently adding 
  19.         class lists, classroom testing, grade evaluation graphs, and 
  20.         printed grade reporting to the program.  These will be included 
  21.         in the October update.
  22.         
  23.         
  24.         FILES: QUIZ.PRG    Program File
  25.                QUIZ.PUT    Program Graphics
  26.                QUIZ.DAT    Program Parameters
  27.                DEMO.QUZ    Sample Quiz
  28.         
  29.         This manual is a brief overview of the program.  The full manual 
  30.         is available when you register the program.  To start the program 
  31.         double-click in the QUIZ.PRG icon or name.  Once the program is 
  32.         loaded click the mouse button or press a key to clear the opening 
  33.         screen.  Across the top of the screen are the various menu titles 
  34.         and the words NO FILE.  NO FILE indicates that there is currently 
  35.         no file open.  This area would normally show the name of the 
  36.         current file you are working on.  Some menu items have keyboard 
  37.         alternates which can be accessed by pressing the Alt key in 
  38.         conjunction with the letter key next to the menu item.
  39.         
  40.         
  41.         BUG: Unfortunately, there is a bug...sigh...however, it has to do 
  42.         with GFA Basic, and not the fault of the author.  It isn't such 
  43.         that the program will be ruined or data you enter messed up.  I 
  44.         will explain it so you know what to look for.  The bug is in 
  45.         GFA's input routine (FORM INPUT).  On occasion when you edit a 
  46.         quiz, you will get a duplicate line appear above the line you are 
  47.         editing.  It is a cosmetic bug, but still annoying.  It was 
  48.         passed on to the GFA programmers, so hopefully it will be fixed!  
  49.         If you want to simulate it, then edit question #13 on the 
  50.         DEMO.QUZ.  Choose Q to edit the Question, press the <down arrow> 
  51.         key to get to the end of the line, then press the spacebar until 
  52.         you reach the edge of the screen.  This is the only bug that I am 
  53.         aware of!
  54.         
  55.         
  56.         FILE MENU
  57.         
  58.         
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.              OPEN FILE - allows you to open a quiz (*.QUZ) file.  If 
  66.         starting a new file then type the name of the new file in the 
  67.         fileselector box.  If you don't add the QUZ extention the program 
  68.         will add it for you.  If you try to override the extention by 
  69.         adding your own the program will replace yours with QUZ.
  70.         
  71.              SAVE FILE - Allows you to save your file.  Fileselector box.
  72.                          Disabled in shareware version.
  73.         
  74.              QUIT - Quit the program.  If you didn't save recent changes 
  75.         to your file the program will remind you to save them before you 
  76.         quit.
  77.         
  78.         
  79.         
  80.         QUESTIONS MENU
  81.         
  82.         
  83.              ADD QUESTIONS - Allows you to add questions to your file.  
  84.         The screen display consists of the next current question number, 
  85.         the filename, and a title that tells the screen you are currently 
  86.         working. ( many screens look alike)  The cursor is located at the 
  87.         first character of the next question to be added.  You can begin 
  88.         typing there.  If you press return at a blank question field you 
  89.         will be returned to the main menu.  If you have a true or false 
  90.         question, you can put your true or false in answers A and B, if 
  91.         you leave answers C and D blank the program will automatically 
  92.         fill in --------- NOT USED ---------- in these answers.  The 
  93.         ACCEPT?(Y): field is looking for a Y or N response.  If you 
  94.         answer N, you can go through the questions and answers again to 
  95.         make any changes you need to, otherwise answer Y and the ques-
  96.         tions and answers will be stored to memory and the screen cleared 
  97.         for the next question.
  98.         
  99.         
  100.         
  101.              Review/Edit - Allows you to correct any mistakes, look 
  102.         through the questions, delete questions, & insert questions.  
  103.         Follow the prompts at the bottom of the screen and you can't go 
  104.         wrong.
  105.         
  106.         
  107.         QUIZ MENU
  108.         
  109.              Administer Quiz - This is where the testing takes place.  
  110.         You are presented with a selection box to choose your test op-
  111.         tions.  Random Test allows the test questions to be mixed up 
  112.         prior to testing.  You are asked if you want a true random or a 
  113.         seeded random (seeded random means the random is mixed up the 
  114.         same way each time, the program will let you choose a seed from 
  115.         one of three choices.  This is handy if you want to make a few 
  116.         versions of your tests, since you can later reproduce the same 
  117.         random test.)  Show Correct Answers is used to determine if you 
  118.         want instant results to answers you give.  Review Questions will 
  119.         allow the tester the opportunity to review all missed questions 
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.         after the test is completed.  Time Test allows you to set a time 
  127.         limit of up to 125min on your test.  The test will be stopped and 
  128.         graded when the time is up.  The time doesn't start until the 
  129.         first question is on the screen.
  130.         
  131.              When taking the tests, just press the letter of the correct 
  132.         respond from the keyboard.  If you have TRUE/FALSE questions then 
  133.         the answers C/D are turned off.  If you chose Show Correct An-
  134.         swers, then after you select your answer the program will indi-
  135.         cate whether or not you correctly answered and you must press a 
  136.         key to go to the next question.
  137.         
  138.         
  139.         UTILITY MENU
  140.         
  141.              Delete File - Allows you to delete a file from within the 
  142.         program.
  143.              Select Path - This determines where the program should 
  144.         GET/PUT your quiz files.  When the file selector box appears, 
  145.         click on the path you want and click on OK when you are finished.
  146.              Analyze Quiz - This shows a graph of the answers to the 
  147.         current quiz.  Used to determine how many of each answer was 
  148.         used.
  149.              Backup Files - When a checkmark appears next to this entry, 
  150.         then the program will rename the old version of your Test file 
  151.         (ie. DEMO.QUZ) to *.BAK (ie. DEMO.BAK) to prevent loss of data or 
  152.         mistakes in editing.  That way after you save your file, you will 
  153.         have a copy of the old version and the new version.
  154.              Save Defaults - Saves the BACKUP FILES & SELECT PATH parame-
  155.         ters to disk under the file name QUIZ.DAT
  156.         
  157.         
  158.         
  159.         Please let me know of any bugs I may have missed and of any 
  160.         features you wish the program had.  I willing to listen to any 
  161.         ideas to make the program better.  Enjoy!
  162.         
  163.         
  164.         GEnie: M.ALLEN16
  165.         
  166.         Michael Allen
  167.         1113 Colt Circle
  168.         Papillion, NE 68046